﻿
input[type="text"] {
    background: #fcfcff;
    position: relative;
    border-radius: 0;
    border: 1px solid #eee;
    height: 40px;
    line-height: 27px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


th {
    background: #f6f6f6;
    color: #01012f;
    padding: 0.5rem 0.7rem;
    text-align: center;
}



.sd-template-five .sd-photo-grid-full {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.sd-template-five .sd-photo-grid-full div img {
    border-radius: 3px;
    border-radius: 3px;
    height: 330px;
    width: 330px;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}

.sd-template-five {
    padding: 0 30px 20px;
    display: flex;
    flex-direction: column;
    font-family: "Proxima Nova Alt", sans-serif;
}




img {
    overflow-clip-margin: content-box;
    overflow: clip;
}





.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cards_item {
    display: flex;
}


.card_content {
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #fff;
}

.card_title {
    color: black;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 1px solid lightgray;
    margin: 1px;
}

.card_text {
    color: black;
    font-size: 0.8rem;
    overflow-wrap: break-word;
    width: 250px;
    font-weight: 400;
}

.made_by {
    font-weight: 400;
    font-size: 13px;
    margin-top: 20px;
    text-align: center;
}

.divimg {
    margin-left: 15px;
    margin-bottom: 15px
}

.card_content img {
    width: 100px;
    height: 100px;
}

img:hover {
    cursor: zoom-in;
}



body {
    font-family: Arial, sans-serif;
    margin: 7px;
    line-height: 1.6;
}



/* Outer blue background */
.blue-section {
    background-color: #0d6efd; /* Bootstrap blue */
    padding: 40px 0;
}

/* Inner white content box */
.white-box {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Make tables responsive */
table {
    max-width: 100%;
}

/* Optional: center tables */
table {
    margin: auto;
}

h3, h5 {
    border-bottom: 2px solid #fd7e14;
    padding-bottom: 6px;
}


.contact-card {
    border: 1px solid #d9e2ef;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    margin-bottom: 25px;
}

.contact-header {
    background: cornsilk;
    color: black;
    padding: 12px 18px;
    font-size: 20px;
    font-weight: 600;
}

    .contact-header i {
        margin-right: 8px;
    }

.contact-body {
    padding: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}

    .contact-item:last-child {
        margin-bottom: 0;
    }

    .contact-item i {
        font-size: 22px;
        width: 35px;
        margin-top: 4px;
    }

    .contact-item strong {
        display: block;
        color: #0b4d8c;
        margin-bottom: 4px;
    }

    .contact-item p {
        margin: 0;
        font-size: 16px;
    }

    .contact-item small {
        color: #6c757d;
    }

    .contact-item a {
        color: #0d6efd;
        text-decoration: none;
        font-weight: 600;
    }

        .contact-item a:hover {
            text-decoration: underline;
        }